body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

p.center-justified {
    text-align: justify;
    margin: 0 auto;
    -moz-text-align-last: center;
    text-align-last: center;
}

.ytvedio {
    width: 100%;
    height: 500px;
    padding-bottom: 20px;
    margin: 0px;
}

.flot-nav {
    float: right;
}

.icon-round {
    margin-top: 30px;
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.wrap-pad {
    padding: 20px;
    margin: 0;
}

.text-center {
    text-align: center;
}

text-center img {
    margin: auto;
}

.color-red {
    color: #ff0000;
}

.color-green {
    color: #07BB00;
}

.color-light-blue {
    color: #BB00BB;
}

.color-blue {
    color: #0052FF;
}

.color-brown {
    color: #EB8F2D;
}

.color-black {
    color: #000000;
}

.bk-color-red {
    background-color: #ff0000;
}

.bk-color-green {
    background-color: #07BB00;
}

.bk-color-light-blue {
    background-color: #BB00BB;
}

.bk-color-blue {
    background-color: #0052FF;
}

.bk-color-brown {
    background-color: #EB8F2D;
}

.bk-color-black {
    background-color: #000000;
}

.margin-5 {
    margin: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-100 {
    margin-top: 100px;
}

.btn {
    border: 0;
}

.btn.btn-primary {
    background-color: #2C70AB;
}

.btn.btn-primary:hover,
.btn.btn-primary.active {
    transition: .4s;
    background-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: #bc202e;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.small-icons {
    margin-top: 0px;
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.attribution {
    position: absolute;
    top: 95%;
    left: 92.5%;
    width: 100%;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

button.link {
    background: none;
    border: none;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
}

button.link:hover {
    color: #D8CEDA;
}

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99999;
}

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {}

.navbar-default .navbar-brand {
    margin-left: 30px;
    margin-right: 50px;
    height: 56px;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.navbar-default:hover .navbar-brand:hover {
    color: #D8CEDA;
}

.navbar-default .navbar-nav>li>a {
    padding: 20px 8px;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    padding: 20px 8px;
    font-size: 16px;
    line-height: 17px;
    color: #D8CEDA;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #D8CEDA;
}

.navbar-default .navbar-nav>li>a>i {
    display: inline-block;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}

.portfolio-filter>li {
    display: inline-block;
}

.portfolio-items>li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-3>li {
    width: 33%;
}

.portfolio-item .item-main {
    margin: 0 10px 10px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #E8EAEE;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgb(128, 188, 253);
    color: #fff;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

#slide-head {
    padding: 0px;
    color: #022406;
    margin-bottom: 0px;
}

.container.slider {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.container img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#social {
    position: absolute;
    top: 80%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    width: 250px;
    margin-left: 40%;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#slide-head .prev,
#slide-head .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#slide-head .prev:hover,
#slide-head .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#slide-head .prev {
    left: 10px;
}

#slide-head .next {
    right: 10px;
}

#slide-head .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}

#slide-head .item:first-child {
    top: auto;
    position: relative;
}

#slide-head .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 2;
}

#slide-head .item.active h1 {}

#slide-head h1 {
    font-size: 70px;
    color: #fff;
    position: absolute;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    left: 0;
    right: 0;
    text-align: center;
    top: 30%;
    bottom: 0;
    margin: 0 auto;
    animation: scaleUp 400ms;
    text-transform: uppercase;
}

#slide-head h2 {
    font-size: 28px;
    color: #fff;
    position: absolute;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    left: 0;
    right: 5%;
    text-align: right;
    bottom: 19%;
    margin: 0 auto;
    animation: scaleUp 400ms;
    font-style: italic;
}

@media(max-width: 992px) {
    #slide-head h2 {
        bottom: 10%;
    }
}

@media(max-width: 768px) {
    #slide-head h2 {
        bottom: 5%;
        font-size: 25px;
    }
}

@media(max-width: 768px) {
    #slide-head h1 {
        font-size: 53px;
    }
}

@media(max-width: 530px) {
    #slide-head h1 {
        font-size: 40px;
    }
}

@media(max-width: 530px) {
    #slide-head h2 {
        font-size: 20px;
    }
}

@media(max-width: 400px) {
    #slide-head h1 {
        font-size: 30px;
    }
}

@media(max-width: 400px) {
    #slide-head h2 {
        font-size: 17px;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media(max-width: 530px) {
    .navbar-default .navbar-brand {
        margin: 0 25px 0 10px;
        font-size: 20px;
    }
}

@media(max-width: 530px) {

    #creator,
    #copyright {
        float: none !important;
        text-align: center;
    }
}

/* Smooth Animation */
@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;

}

.img-popup {
    display: inline-block;
    max-width: 100%;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.btn-index {
    color: #fff;
    background-color: #5d8d05;
    /* border: 1px solid #bc202e; */
}

.ministry {
    color: #333;
    font-size: 19px;
    text-align: justify;
}

.ministry-video {
    padding: 0;
}

/*==========================================
   PRICING SECTION
    =====================================================*/

#pricing-section {
    background-color: #F7F7F7;
}


#pricing-section .plan-main {
    background: #fff;
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#pricing-section .plan-main li {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px dashed #eee;
}

#pricing-section .plan-main li.plan-name {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
}

#pricing-section .plan-main li.plan-price {
    color: #666;
    padding: 15px 0;
    font-size: 48px;
}

#pricing-section .plan-main li.plan-action {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0;
}

#pricing-section .plan-main.featured {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#pricing-section .plan-main.featured .plan-price {
    color: #fff;
    background-color: #52b6ec;
    border-bottom-color: #52b6ec;
    margin: 0;
}

/*==========================================
   ABOUT SECTION
    =====================================================*/
#about-section {
    background: #69BFFA;
    background-size: cover;
    color: #fff;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 13px;
    padding-left: 0;
}

#about-section h2,
.greyCon h2,
#testimonies h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
}

#about-section p,
.greyCon p,
#one-column-section p,
.one-text-column p,
#testimonies p {
    margin: 15px 0;
    font-size: 19px;
    text-align: justify;
    font-weight: 300;
    color: #fff;
    line-height: 27px;
}

#about-section a,
#testimonies a {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
}

#testimonies a {
    font-size: 19px;
    font-weight: 300;
    color: #69BFFA;
}

#about-section a:hover,
#testimonies a:hover {
    color: #333333;
}

#img-right-center {
    text-align: center;
}

#img-left {
    text-align: left;
    float: left;
    margin: 10px 10px 5px 0px
}

#about-section .img-responsive {
    display: inline;
}

/*==========================================
   BLOG SECTION
    =====================================================*/
.hb-info {
    margin-bottom: 15px;
}

.hb-info h4 {
    text-align: left;
    margin: 20px 0 15px;

}

.hb-info h4 a {
    color: #000;
}

#blog-section h3 {
    margin: 10px 0 20px;
}

/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color: #3B5998;
}

.color-twitter {
    color: #00aced;
}

.color-google-plus {
    color: #dd4b39;
}

.color-linkedin {
    color: #007bb6;
}

.color-pinterest {
    color: #cb2027;
}

/*==========================================
    FOOTER SECTION
    =====================================================*/

#footer {
    padding: 0 20px;
    background-color: #69bffa;
    color: white;
}

#footer p {
    color: #fff;
    font-size: 13px;
}

#contact-section .btn.btn-primary:hover {
    background-color: #000;
}

#creator {
    float: left;
}

#creator a {
    font-style: italic;
    color: #333;
}

#creator a:hover {
    color: #fff;
}

#copyright {
    float: right;
}

/*==========================================
    MEDIA QURIES
    =====================================================*/
@media (max-width: 847px) {
    .flot-nav {
        float: right;
    }
}

@media (max-width: 1090px) {
    .img-thumbnail {
        max-width: 100%;
    }
}

#three-section img {
    margin-top: 20px;
}

#four-section {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#four-section h4 {
    font-size: 20px;
    margin: 0;
}

#four-section img {
    margin: 10px 0;
}

#four-section img:last-child {
    margin-bottom: 0;
}

#portfolio-section {
    padding: 0 0 13px 0;
    background: #69bffa;
    color: #fff;
}

#portfolio-section img {
    margin: 15px 0;
}

#portfolio-section .container {
    margin: 0 auto;
}

#portfolio-section h2 {
    color: #fff;
}

#portfolio-section h4 {
    color: #fff;
}

#portfolio-section span {}

#contact-section {
    /*position:absolute;
	bottom: -3700px;*/
    position: relative;
    bottom: 0px;
    background: #69bffa;
    color: #000;
    margin-top: 0px;
    width: 100%;
}

#contact-section h3 {
    color: #fff;
    text-align: center;
}

.form-control {
    border-radius: 2px;
}

#one-section {
    background: url(../img/Longhorndave_-_Lightning2.jpg) no-repeat scroll 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    color: #fff;
}

.text-center h3,
.text-center h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    padding: 30px 0;
}

.text-center h2 {
    font-size: 30px;
}

.grey-section {
    background: #f2f2f2;
    padding-top: 33px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}

#vision h2 {
    padding: 17px 0 30px;
}

.greyCon {
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
}

.one-text-column p {
    text-align: center;
}

.one-text-column p,
#vision p {
    text-transform: none;
    color: #69bffa;
}

.greyCon p {
    color: #333;
}

.greyCon h2,
#testimonies h2 {
    color: #000;
}

.greyCon span,
#one-column-section span,
.one-text-column span {
    color: #878787;
    margin: 0;
    font-size: 13px;
}

.one-text-column span {
    color: #69bffa;
}

.greyCon p:last-child {
    margin-bottom: 0;
}

p {
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 23px;
    color: #878787;
}

#one-column-section {
    background: url(../Plant%20by%20Waters_files/blue-water.jpg) no-repeat scroll 0 0;
    background-size: cover;
}

#one-column-section p {
    color: #fff;
    font-size: 24px;
}

#one-column-section span {
    color: #fff;
}

/*==========================================
    BLOG PAGE
    =====================================================*/
h2.post-title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

h2.post-title a {
    color: #000;
}

h2.post-title a:hover {
    color: #228dff;
}

h2.post-title-small {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

h2.post-title-small a {
    color: #000;
}

h2.post-title-small a:hover {
    color: #8dc73f;
}

.post-meta {
    margin-bottom: -10px;
}

.quote-meta .post-meta {
    margin-bottom: 5px;
}

.post-meta span {
    margin-right: 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #228dff;
}

.post-meta span i {
    margin-right: 0px;
    color: #aaa;
}

.post-meta span a {
    color: #228dff;
}

.post-meta span a:hover {
    color: #000;
}

.blog-sep {
    height: 1px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 50px;
    margin-bottom: 40px;
}

.quote-meta {
    padding-left: 70px;
}

.page_nav {
    display: table;
    margin: 0 auto;
}

.page_nav a {
    margin: 0 2px;
    background: #000;
    color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.page_nav a:hover {
    background: #8dc73f;
    color: #fff;
}

#blog-slider .owl-prev {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 0px;
    opacity: 1;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -22px;
    border-radius: 0px;
    transition: .4s;
}

#blog-slider .owl-prev:after {
    content: "\f104";
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 35px;
    color: #000;
    line-height: 60px;
    transition: .4s;
}

#blog-slider .owl-next {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 0px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -22px;
    border-radius: 0px;
    transition: .4s;
}

#blog-slider .owl-next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 2px;
    right: 0px;
    font-size: 35px;
    color: #000;
    line-height: 60px;
    transition: .4s;
}

#blog-slider .owl-prev:hover {
    background: #000;
    color: #fff;
}

#blog-slider .owl-next:hover {
    background: #000;
    color: #fff;
}

#blog-slider .owl-prev:hover:after,
#blog-slider .owl-next:hover:after {
    color: #fff;
    transition: .4s;
}

h2.post-title-small a:hover {
    color: #8dc73f;
}

.post-meta {
    margin-bottom: -10px;
}

.quote-meta .post-meta {
    margin-bottom: 5px;
}

.blog-sep {
    height: 1px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 50px;
    margin-bottom: 40px;
}

.quote-meta {
    padding-left: 70px;
}


.space10 {
    margin-bottom: 10px;
}

.space20 {
    margin-bottom: 20px;
}

.space30 {
    margin-bottom: 30px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

.space100 {
    margin-bottom: 100px;
}

/*==========================================
   ABOUT PAGE
    =====================================================*/
#about-page {
    background: #FFF;
    background-size: cover;
    color: #999;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 13px;
    padding-left: 0;
}

#about-page h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
}

#about-page p {
    margin: 15px 0;
    font-size: 19px;
    text-align: justify;
    font-weight: 300;
    color: #666;
    line-height: 27px;
}

#about-page p.p2 {
    margin: 15px 0;
    font-size: 19px;
    text-align: justify;
    font-weight: 300;
    color: #fff;
    line-height: 27px;
}

#about-page a {
    font-size: 19px;
    font-weight: 300;
    color: #555;
    text-decoration: underline;
}

#about-page a.a2 {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
}

#about-page a:hover {
    color: #333333;
}

#img-left {
    text-align: left;
    float: left;
    margin: 10px 10px 5px 0px
}

#about-page {
    display: inline;
}

#alternating-content {
    width: 90%;
    margin: 0 auto;
}

#alternating-content .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#alternating-content .item:after {
    content: "";
    display: block;
    clear: both;
}

#alternating-content .item .image {
    max-width: 300px;
    width: 30%;
    height: auto;
    padding: 5px;
}

#alternating-content .item .caption {
    width: 50%;
    padding: 5px;
}

#alternating-content .item:nth-child(odd) {
    background-color: #69bffa;
}

/*#alternating-content .item:nth-child(even) {
background-color: #ddd;
}*/

#alternating-content .item:nth-child(odd) .image {
    float: left;
}

#alternating-content .item:nth-child(odd) .caption {
    text-align: right;
    float: left;
}

#alternating-content .item:nth-child(even) .image {
    float: right;
}

#alternating-content .item:nth-child(even) .caption {
    text-align: right;
    float: right;
}

/*==========================================
   POPUP
=====================================================*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid #69bffa;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

/*==========================================
   DROPDOWN MENU STYLE
=====================================================*/

/*Media Query To Ensure Non-Mobile Hovering*/
@media (min-width: 979px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    background-color: transparent;
    border-color: transparent;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

ul.nav:hover {
    /*color:#D8CEDA;*/
}

ul.nav li.dropdown:hover>ul.dropdown-menu>li>a {
    color: #bc202e;
    background-color: transparent;

}

ul.nav li.dropdown:hover>ul.dropdown-menu>li>a:hover {
    color: #D8CEDA;
}

ul.nav li.dropdown:hover>ul.dropdown-menu>li>a:focus {
    color: #D8CEDA;

}

/*Pop Up new*/
#popUpContainer {
    position: fixed;
    top: 10%;
    z-index: 99999;
    width: 100%;
    height: 0;
    display: none;
}

#popUp {
    width: 35%;
    min-width: 240px;
    max-width: 400px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #69bffa;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid rgb(95, 172, 223);
    position: relative;
}

#popUp p {
    color: white;
    margin: 0;


}

.closer {
    position: absolute;
    top: -5px;
    right: 5px;
    line-height: 2;
    cursor: pointer;

}

#popUpImage {
    display: block;
    margin: auto;
    width: 190px;
    height: auto;
}


/* Pop UP */
/*#popUp
{
    position: absolute;
    top: 20%;
    left: 34%;
    width: 35%;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    color: #000;
    padding: 15px;
    box-shadow: 10px 10px 5px #888;
    text-align: center;
}
.closer
{
    margin-top: -10px;
    float: right;
    color: #f00;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
}
.closer:hover{
    cursor: pointer;
}
*/
#index-content a {
    color: #5d8d05;
}

#index-content a:hover {
    color: #5d8d05;
}

.navbar-collapse {
    height: 100% !important;
    overflow-y: auto !important;
    border-bottom: 1px solid white;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media(max-width: 1240px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 400px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media(max-width: 768px) {
    .ministry-video {
        /*padding-left: 23%;*/
    }

    #about-section h2 {
        text-align: center;
    }
}

@media(max-width: 530px) {
    .ministry-video {
        /* padding-left: 10%;    */
    }
}

@media(max-width: 400px) {
    .ministry-video {
        padding-left: 5%;
    }
}

@media(max-width: 361px) {
    .ministry-video {
        padding-left: 4%;
    }
}

@media(max-width: 330px) {
    .ministry-video {
        padding-left: 0;
    }
}

@media (min-width:1241px) {
    .navbar-nav {
        float: right !important;
    }
}

@media (max-width:991px) {
    .width1 {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.text-center {
    line-height: 49px;
    margin: 0 !important;
}

.color1 {
    color: black;
}

#footer p {
    margin: 0 !important;
}